func runtime.dumpStacksRec

3 uses

	runtime (current package)
		tracestack.go#L162: 		w = dumpStacksRec(root, w, stackBuf)
		tracestack.go#L168: func dumpStacksRec(node *traceMapNode, w traceWriter, stackBuf []uintptr) traceWriter {
		tracestack.go#L208: 		w = dumpStacksRec((*traceMapNode)(child), w, stackBuf)